[AngularJS] AngularJS系列(7) 進階篇之promise
目錄 使用promise 補充說明 $q.all $q.when 在上節中,我們在http中使用了then 和 在ngResource中返回了一個 ...
目錄 使用promise 補充說明 $q.all $q.when 在上節中,我們在http中使用了then 和 在ngResource中返回了一個 ...
目錄 $http ngResource $http幾乎是所有ng開發中,都會用到的服務.本節將重點說下$http 與 ngResource $http 使用:$htt ...
目錄 基本驗證 驗證插件messages 自定義驗證 基本驗證 <form name="form" novalidate ng-app> ...